JavaSideKick fails to parse a java file that has nested generics, for example,
~~~
List<String, Map<String, String>> treeThing;
~~~
The >> at the end of the generic declaration is treated as a right shift, then the
parser is confused and doesn't parse the file.
| Submitted | daleanson - 2016-08-03 16:56:59.436000 | Assigned | daleanson |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | open | Group | |
| Resolution | None |
| 2016-08-03 17:02:54.172000 daleanson |
- Description has changed: |
|---|